the DirectFB libraries (at least 0.9.21) and Cairo compiled with DirectFB support.
</para>
+</refsect2>
+
<!--
FIXME: it seems most of the options listed in _gdk_windowing_args
are ignored, and they need to be described by somebody who knows
</para>
<formalpara>
- <title><systemitem>--dfb-help</systemitem></title>
+ <title><systemitem>dfb-help</systemitem></title>
<para>
Display help for DirectFB-specific commandline options.
</para>
</formalpara>
<formalpara>
- <title><systemitem>--dfb=<replaceable>value</replaceable></systemitem></title>
+ <title><systemitem>dfb=<replaceable>value</replaceable></systemitem></title>
<para>
Possible values: sdl, system.
</para>
</formalpara>
<formalpara>
- <title><systemitem>--disable-aa-fonts=<replaceable>number</replaceable></systemitem></title>
+ <title><systemitem>disable-aa-fonts=<replaceable>number</replaceable></systemitem></title>
<para>
If <replaceable>number</replaceable> is 1, disable antialising for fonts.
</para>
</formalpara>
<formalpara>
- <title><systemitem>--argb-font=<replaceable>number</replaceable></systemitem></title>
+ <title><systemitem>argb-font=<replaceable>number</replaceable></systemitem></title>
<para>
If <replaceable>number</replaceable> is 1, enable ARGB fonts.
</para>
</formalpara>
<formalpara>
- <title><systemitem>--transparent-unfocused=<replaceable>number</replaceable></systemitem></title>
+ <title><systemitem>transparent-unfocused=<replaceable>number</replaceable></systemitem></title>
<para>
If <replaceable>number</replaceable> is 1, make unfocused windows transparent.
</para>
</formalpara>
<formalpara>
- <title><systemitem>--glyph-surface-cache=<replaceable>number</replaceable></systemitem></title>
+ <title><systemitem>glyph-surface-cache=<replaceable>number</replaceable></systemitem></title>
<para>
Set the size of the glyph surface cache. The default value is 8.
</para>
</formalpara>
<formalpara>
- <title><systemitem>--enable-color-keyring=<replaceable>number</replaceable></systemitem></title>
+ <title><systemitem>enable-color-keyring=<replaceable>number</replaceable></systemitem></title>
<para>
If <replaceable>number</replaceable> is 1, turn on the color keyring.
</para>
<!-- ##### SECTION Long_Description ##### -->
<para>
#GtkCellRendererAccel displays a keyboard accelerator (i.e. a
-key combination like <Control>-a). If the cell renderer is editable, the
+key combination like <Control>-a). If the cell renderer is editable, the
accelerator can be changed by simply typing the new combination.
</para>
</para>
-
<!-- ##### SECTION Stability_Level ##### -->
</para>
<para>
Since GTK+ 2.10,<literal>widget_class</literal> paths can also contain
-<literal><:classname></literal> substrings, which are matching
+<literal><classname></literal> substrings, which are matching
the class with the given name and any derived classes. For instance,
<informalexample><programlisting>
widget_class "*<GtkMenuItem>.GtkLabel" style "my-style"